Gets the element at the specified index in the read-only list.
'宣言
Public Overrides ReadOnly Default Property Item( _
ByVal As System.Integer _
) As
public override this[
System.int
]; {get;}
パラメータ
- index
- The index.
プロパティ値
The item at the specified position.